home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-01-11 | 1.8 KB | 44 lines | [TEXT/CWIE] |
- {CLASS}
- "/*\tCopyright© 1999 Your Name/Company. All rights reserved\r\r"
- "--------------------------------------------------------------------------------\r\r"
- "FILE:\t\t\t\t\t\t"{CLASSNAME}".cp\r\r"
- "CLASSES:\t\t\t\t\t"{CLASSNAME}"\r\r"
- "DESCRIPTION:\t\t\t\t"{DESCRIPTION}"\r\r"
- "AUTHOR:\t\t\t\t\t\t"{PROGRAMMER}"\r\r"
- "FILE CREATION DATE:\t\t\t"{DATETIMESTAMP}"\r\r"
- "CLASS CREATION DATE:\t\t"{DATECREATED}"\r\r"
- "CLASS LAST MODIFIED:\t\t"{DATEMODIFIED}"\r\r"
- "CHANGE HISTORY :\r\r"
- {USERCODE}
- "\r--------------------------------------------------------------------------------\r*/\r"
- "#include\t\""{DOCUMENTNAME}".h\""
- "#include\t\""{CLASSNAME}".h\"\r\r\r"
- "//Include declarations of Associations classes\r"
- {ASSOCLIST}"#include\t<"{ASSOCCLASSNAME}".h>\r#include\t\<"{END}".h>"{/ASSOCLIST}
- "//Include declarations of aggregation classes of which this class is a part of\r"
- {PARTOFLIST}"#include\t<"{AGGREGATENAME}".h>\r#include\t<"{END}".h>"{/PARTOFLIST}
- "//Include declarations of aggregation classes which this class consists of\r"
- {CONSISTOFLIST}"#include\t<"{AGGREGATENAME}".h>\r#include\t<"{END}".h>"{/CONSISTOFLIST}
-
- {USERCODE}
- {FILENAME}{SUBSYSTEM}":"{/SUBSYSTEM}{CLASSNAME}.cp{/FILENAME}
- {ATTRIBUTE}
- {STATIC}{TYPE}"\t"{CLASSNAME}::{NAME}{INITIALVALUE}" = "{VALUE}{/INITIALVALUE}";\r"{END}"\r\r"{/STATIC}{/ATTRIBUTE}
-
- {OPERATION}
- {!ABSTRACT}
- "// ---------------------------------------------------------------------------\r"
- "//\t\t"{RETURNTYPE}"\t"{CLASSNAME}::{NAME}({PARAMETER}" "{TYPE} {NAME}", "{END}" "{/PARAMETER}")"{CONST}" const"{/CONST}
- "// ---------------------------------------------------------------------------\r"
- "//\r"
- "/* "{DESCRIPTION} "*/"
- {SIGNATURE}
-
- {RETURNTYPE}"\r"{CLASSNAME}::{NAME}({PARAMETER}" "{TYPE} {NAME}", "{END}" "{/PARAMETER}")"{CONST}" const"{/CONST}
- {CONSTRUCTOR}{USERINIT}{/CONSTRUCTOR}
- {
- {USERCODE}
- }
- {/!ABSTRACT}{/OPERATION}
- {/CLASS}
-